Other Requests

  • Declaration

    Swift

    protocol Collection : Sequence where Self.SubSequence : Collection
  • A type that is represented in the Spotify Web API by both simplified and full versions.

    Types that conform to this protocol provide a set of convenience methods to retrieve the full version of a simplified SpotifyKit type, and are required to have a URL providing the API endpoint to the full details of the item.

    These types also implement an isSimplified property, a Boolean value indicating whether an instance of this type represents a simplified version of the full Spotify object.

    See more

    Declaration

    Swift

    public protocol Expandable